Skip to content

Don't re-expand macro if current macro is unnamed#147

Open
laurenthuberdeau wants to merge 1 commit intomainfrom
laurent/fix-recursive-macro-expansion
Open

Don't re-expand macro if current macro is unnamed#147
laurenthuberdeau wants to merge 1 commit intomainfrom
laurent/fix-recursive-macro-expansion

Conversation

@laurenthuberdeau
Copy link
Collaborator

Context

macro_is_already_expanding had a small bug where if the currently expanding macro was unnamed, it returned false even if the macro was present somewhere on the stack. This PR fixes the bug and adds a small test from TCC.

macro_is_already_expanding had a small bug where
if the currently expanding macro was unnamed, it
returned false even if the macro was present
somewhere on the stack.
laurenthuberdeau added a commit that referenced this pull request Feb 15, 2025
…s-support-2

Support for function pointers in pnut-exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant